Html Css Color HEX #BF7A57 Japonica

📋 copy color: '#BF7A57'

red 191 ◦ green 122 ◦ blue 87

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

Shades of Japonica #BF7A57

Tints of Japonica #BF7A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.75%

R = 47.75%
G = 30.5%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF7A57 (or 0xBF7A57) is known color: Japonica. HEX triplet: BF, 7A and 57. RGB value is (191,122,87). Sum of RGB (Red+Green+Blue) = 191+122+87=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A57 is #4085A8. Grayscale: #8A8A8A. Windows color (decimal): -4228521 or 5733055. OLE color: 5733055.

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

Color convert

RGB 191 122 87 -
CMYK 0 0.36 0.54 0.25
HSL 20.19º 0.45% 0.55% -
HSV(B) 20.19º 0.54% 0.75% -
XYZ 30.17 25.68 12.38 -
YUV 138.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 191 122 87 0 0.36 0.54 0.25 20.19 0.45 0.55
Hex BF 7A 57 0 24 36 19 14 2D 37
Octal 277 172 127 0 44 66 31 24 55 67
Binary 10111111 1111010 1010111 0 100100 110110 11001 10100 101101 110111

Color Harmonies of #BF7A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A57

Black with #BF7A57

Text Example


Text Example

White with #BF7A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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