Html Css Color HEX #BF7D56 Japonica

📋 copy color: '#BF7D56'

red 191 ◦ green 125 ◦ blue 86

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

Shades of Japonica #BF7D56

Tints of Japonica #BF7D56

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 86 (33.98% from 255) = 21.39%

R = 47.51%
G = 31.09%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF7D56 (or 0xBF7D56) is known color: Japonica. HEX triplet: BF, 7D and 56. RGB value is (191,125,86). Sum of RGB (Red+Green+Blue) = 191+125+86=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D56 is #4082A9. Grayscale: #8C8C8C. Windows color (decimal): -4227754 or 5668287. OLE color: 5668287.

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

Color convert

RGB 191 125 86 -
CMYK 0 0.35 0.55 0.25
HSL 22.29º 0.45% 0.54% -
HSV(B) 22.29º 0.55% 0.75% -
XYZ 30.5 26.42 12.3 -
YUV 140.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 191 125 86 0 0.35 0.55 0.25 22.29 0.45 0.54
Hex BF 7D 56 0 23 37 19 16 2D 36
Octal 277 175 126 0 43 67 31 26 55 66
Binary 10111111 1111101 1010110 0 100011 110111 11001 10110 101101 110110

Color Harmonies of #BF7D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D56

Black with #BF7D56

Text Example


Text Example

White with #BF7D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D56; }

 p { color: rgb(191,125,86); }

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

background-color css

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

 a { background-color: rgb(191,125,86); }

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

border-color css

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

 span { border-color: rgb(191,125,86); }

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