Html Css Color HEX #BB735A Japonica

📋 copy color: '#BB735A'

red 187 ◦ green 115 ◦ blue 90

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

Shades of Japonica #BB735A

Tints of Japonica #BB735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 47.7%
G = 29.34%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB735A (or 0xBB735A) is known color: Japonica. HEX triplet: BB, 73 and 5A. RGB value is (187,115,90). Sum of RGB (Red+Green+Blue) = 187+115+90=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB735A is #448CA5. Grayscale: #858585. Windows color (decimal): -4492454 or 5927867. OLE color: 5927867.

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

Color convert

RGB 187 115 90 -
CMYK 0 0.39 0.52 0.27
HSL 15.46º 0.42% 0.54% -
HSV(B) 15.46º 0.52% 0.73% -
XYZ 28.47 23.56 12.72 -
YUV 133.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 187 115 90 0 0.39 0.52 0.27 15.46 0.42 0.54
Hex BB 73 5A 0 27 34 1B F 2A 36
Octal 273 163 132 0 47 64 33 17 52 66
Binary 10111011 1110011 1011010 0 100111 110100 11011 1111 101010 110110

Color Harmonies of #BB735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB735A

Black with #BB735A

Text Example


Text Example

White with #BB735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB735A; }

 p { color: rgb(187,115,90); }

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

background-color css

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

 a { background-color: rgb(187,115,90); }

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

border-color css

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

 span { border-color: rgb(187,115,90); }

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