Html Css Color HEX #BB7258 Japonica

📋 copy color: '#BB7258'

red 187 ◦ green 114 ◦ blue 88

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

Shades of Japonica #BB7258

Tints of Japonica #BB7258

RGB

 RED value IS 187 (73.44% from 255) = 48.07%

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 48.07%
G = 29.31%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB7258 (or 0xBB7258) is known color: Japonica. HEX triplet: BB, 72 and 58. RGB value is (187,114,88). Sum of RGB (Red+Green+Blue) = 187+114+88=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7258 is #448DA7. Grayscale: #858585. Windows color (decimal): -4492712 or 5796539. OLE color: 5796539.

HSL color Cylindrical-coordinate representation of color #BB7258: hue angle of 15.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB7258 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 88 -
CMYK 0 0.39 0.53 0.27
HSL 15.76º 0.42% 0.54% -
HSV(B) 15.76º 0.53% 0.73% -
XYZ 28.27 23.3 12.24 -
YUV 132.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 187 114 88 0 0.39 0.53 0.27 15.76 0.42 0.54
Hex BB 72 58 0 27 35 1B 10 2A 36
Octal 273 162 130 0 47 65 33 20 52 66
Binary 10111011 1110010 1011000 0 100111 110101 11011 10000 101010 110110

Color Harmonies of #BB7258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7258

Black with #BB7258

Text Example


Text Example

White with #BB7258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7258; }

 p { color: rgb(187,114,88); }

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

background-color css

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

 a { background-color: rgb(187,114,88); }

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

border-color css

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

 span { border-color: rgb(187,114,88); }

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