Html Css Color HEX #BF7B58 Japonica

📋 copy color: '#BF7B58'

red 191 ◦ green 123 ◦ blue 88

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

Shades of Japonica #BF7B58

Tints of Japonica #BF7B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.89%

R = 47.51%
G = 30.6%
B = 21.89%

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

#BF7B58 (or 0xBF7B58) is known color: Japonica. HEX triplet: BF, 7B and 58. RGB value is (191,123,88). Sum of RGB (Red+Green+Blue) = 191+123+88=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B58 is #4084A7. Grayscale: #8B8B8B. Windows color (decimal): -4228264 or 5798847. OLE color: 5798847.

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

Color convert

RGB 191 123 88 -
CMYK 0 0.36 0.54 0.25
HSL 20.39º 0.45% 0.55% -
HSV(B) 20.39º 0.54% 0.75% -
XYZ 30.33 25.95 12.64 -
YUV 139.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 191 123 88 0 0.36 0.54 0.25 20.39 0.45 0.55
Hex BF 7B 58 0 24 36 19 14 2D 37
Octal 277 173 130 0 44 66 31 24 55 67
Binary 10111111 1111011 1011000 0 100100 110110 11001 10100 101101 110111

Color Harmonies of #BF7B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B58

Black with #BF7B58

Text Example


Text Example

White with #BF7B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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