Html Css Color HEX #BB9C35 Roti

📋 copy color: '#BB9C35'

red 187 ◦ green 156 ◦ blue 53

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

Shades of Roti #BB9C35

Tints of Roti #BB9C35

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

 BLUE value IS 53 (21.09% from 255) = 13.38%

R = 47.22%
G = 39.39%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB9C35 (or 0xBB9C35) is known color: Roti. HEX triplet: BB, 9C and 35. RGB value is (187,156,53). Sum of RGB (Red+Green+Blue) = 187+156+53=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C35 is #4463CA. Grayscale: #999999. Windows color (decimal): -4481995 or 3513531. OLE color: 3513531.

HSL color Cylindrical-coordinate representation of color #BB9C35: hue angle of 46.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB9C35 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 156 53 -
CMYK 0 0.17 0.72 0.27
HSL 46.12º 0.56% 0.47% -
HSV(B) 46.12º 0.72% 0.73% -
XYZ 33.02 34.6 8.31 -
YUV 153.53 71.27 151.88 -
System Red Green Blue C M Y K H S L
Decimal 187 156 53 0 0.17 0.72 0.27 46.12 0.56 0.47
Hex BB 9C 35 0 11 48 1B 2E 38 2F
Octal 273 234 65 0 21 110 33 56 70 57
Binary 10111011 10011100 110101 0 10001 1001000 11011 101110 111000 101111

Color Harmonies of #BB9C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C35

Black with #BB9C35

Text Example


Text Example

White with #BB9C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C35; }

 p { color: rgb(187,156,53); }

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

background-color css

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

 a { background-color: rgb(187,156,53); }

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

border-color css

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

 span { border-color: rgb(187,156,53); }

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