Html Css Color HEX #BF725B Japonica

📋 copy color: '#BF725B'

red 191 ◦ green 114 ◦ blue 91

#BF725B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #BF725B

Tints of Japonica #BF725B

RGB

 RED value IS 191 (75% from 255) = 48.23%

 GREEN value IS 114 (44.92% from 255) = 28.79%

 BLUE value IS 91 (35.94% from 255) = 22.98%

R = 48.23%
G = 28.79%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF725B (or 0xBF725B) is known color: Japonica. HEX triplet: BF, 72 and 5B. RGB value is (191,114,91). Sum of RGB (Red+Green+Blue) = 191+114+91=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF725B is #408DA4. Grayscale: #868686. Windows color (decimal): -4230565 or 5993151. OLE color: 5993151.

HSL color Cylindrical-coordinate representation of color #BF725B: hue angle of 13.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF725B is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 114 91 -
CMYK 0 0.40 0.52 0.25
HSL 13.8º 0.44% 0.55% -
HSV(B) 13.8º 0.52% 0.75% -
XYZ 29.39 23.87 12.96 -
YUV 134.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 191 114 91 0 0.40 0.52 0.25 13.8 0.44 0.55
Hex BF 72 5B 0 28 34 19 E 2C 37
Octal 277 162 133 0 50 64 31 16 54 67
Binary 10111111 1110010 1011011 0 101000 110100 11001 1110 101100 110111

Color Harmonies of #BF725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF725B

Black with #BF725B

Text Example


Text Example

White with #BF725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF725B; }

 p { color: rgb(191,114,91); }

 H1.HeaderClassName
 {
   color: #BF725B;
 }
 .AnyTagClassName
 {
   color: #BF725B;
 }
</style>

background-color css

<style>
 a { background-color: #BF725B; }

 a { background-color: rgb(191,114,91); }

 div.DivClassName
 {
   background-color: #BF725B;
 }
 .BgClassName
 {
   background-color: #BF725B;
 }
</style>

border-color css

<style>
 span { border-color: #BF725B; }

 span { border-color: rgb(191,114,91); }

 td.TdClassName
 {
   border-color: #BF725B;
 }
 .TagClassName
 {
   border-color: #BF725B;
 }
</style>