Html Css Color HEX #BF7B59 Japonica

📋 copy color: '#BF7B59'

red 191 ◦ green 123 ◦ blue 89

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

Shades of Japonica #BF7B59

Tints of Japonica #BF7B59

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

 BLUE value IS 89 (35.16% from 255) = 22.08%

R = 47.39%
G = 30.52%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF7B59 (or 0xBF7B59) is known color: Japonica. HEX triplet: BF, 7B and 59. RGB value is (191,123,89). Sum of RGB (Red+Green+Blue) = 191+123+89=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B59 is #4084A6. Grayscale: #8B8B8B. Windows color (decimal): -4228263 or 5864383. OLE color: 5864383.

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

Color convert

RGB 191 123 89 -
CMYK 0 0.36 0.53 0.25
HSL 20º 0.44% 0.55% -
HSV(B) 20º 0.53% 0.75% -
XYZ 30.37 25.96 12.86 -
YUV 139.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 191 123 89 0 0.36 0.53 0.25 20 0.44 0.55
Hex BF 7B 59 0 24 35 19 14 2C 37
Octal 277 173 131 0 44 65 31 24 54 67
Binary 10111111 1111011 1011001 0 100100 110101 11001 10100 101100 110111

Color Harmonies of #BF7B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B59

Black with #BF7B59

Text Example


Text Example

White with #BF7B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B59; }

 p { color: rgb(191,123,89); }

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

background-color css

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

 a { background-color: rgb(191,123,89); }

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

border-color css

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

 span { border-color: rgb(191,123,89); }

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