Html Css Color HEX #BF7A56 Japonica

📋 copy color: '#BF7A56'

red 191 ◦ green 122 ◦ blue 86

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

Shades of Japonica #BF7A56

Tints of Japonica #BF7A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

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

R = 47.87%
G = 30.58%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BF7A56 (or 0xBF7A56) is known color: Japonica. HEX triplet: BF, 7A and 56. RGB value is (191,122,86). Sum of RGB (Red+Green+Blue) = 191+122+86=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A56 is #4085A9. Grayscale: #8A8A8A. Windows color (decimal): -4228522 or 5667519. OLE color: 5667519.

HSL color Cylindrical-coordinate representation of color #BF7A56: hue angle of 20.57º 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 #BF7A56 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 122 86 -
CMYK 0 0.36 0.55 0.25
HSL 20.57º 0.45% 0.54% -
HSV(B) 20.57º 0.55% 0.75% -
XYZ 30.13 25.67 12.17 -
YUV 138.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 191 122 86 0 0.36 0.55 0.25 20.57 0.45 0.54
Hex BF 7A 56 0 24 37 19 15 2D 36
Octal 277 172 126 0 44 67 31 25 55 66
Binary 10111111 1111010 1010110 0 100100 110111 11001 10101 101101 110110

Color Harmonies of #BF7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A56

Black with #BF7A56

Text Example


Text Example

White with #BF7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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