Html Css Color HEX #BB9C3C Roti

📋 copy color: '#BB9C3C'

red 187 ◦ green 156 ◦ blue 60

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

Shades of Roti #BB9C3C

Tints of Roti #BB9C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.89%

R = 46.4%
G = 38.71%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB9C3C (or 0xBB9C3C) is known color: Roti. HEX triplet: BB, 9C and 3C. RGB value is (187,156,60). Sum of RGB (Red+Green+Blue) = 187+156+60=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C3C is #4463C3. Grayscale: #9A9A9A. Windows color (decimal): -4481988 or 3972283. OLE color: 3972283.

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

Color convert

RGB 187 156 60 -
CMYK 0 0.17 0.68 0.27
HSL 45.35º 0.51% 0.48% -
HSV(B) 45.35º 0.68% 0.73% -
XYZ 33.2 34.67 9.22 -
YUV 154.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 187 156 60 0 0.17 0.68 0.27 45.35 0.51 0.48
Hex BB 9C 3C 0 11 44 1B 2D 33 30
Octal 273 234 74 0 21 104 33 55 63 60
Binary 10111011 10011100 111100 0 10001 1000100 11011 101101 110011 110000

Color Harmonies of #BB9C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C3C

Black with #BB9C3C

Text Example


Text Example

White with #BB9C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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