Html Css Color HEX #BB9F3F Roti

📋 copy color: '#BB9F3F'

red 187 ◦ green 159 ◦ blue 63

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

Shades of Roti #BB9F3F

Tints of Roti #BB9F3F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

 BLUE value IS 63 (25% from 255) = 15.4%

R = 45.72%
G = 38.88%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB9F3F (or 0xBB9F3F) is known color: Roti. HEX triplet: BB, 9F and 3F. RGB value is (187,159,63). Sum of RGB (Red+Green+Blue) = 187+159+63=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F3F is #4460C0. Grayscale: #9C9C9C. Windows color (decimal): -4481217 or 4169659. OLE color: 4169659.

HSL color Cylindrical-coordinate representation of color #BB9F3F: hue angle of 46.45º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB9F3F is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 63 -
CMYK 0 0.15 0.66 0.27
HSL 46.45º 0.5% 0.49% -
HSV(B) 46.45º 0.66% 0.73% -
XYZ 33.79 35.72 9.82 -
YUV 156.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 187 159 63 0 0.15 0.66 0.27 46.45 0.5 0.49
Hex BB 9F 3F 0 F 42 1B 2E 32 31
Octal 273 237 77 0 17 102 33 56 62 61
Binary 10111011 10011111 111111 0 1111 1000010 11011 101110 110010 110001

Color Harmonies of #BB9F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F3F

Black with #BB9F3F

Text Example


Text Example

White with #BB9F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F3F; }

 p { color: rgb(187,159,63); }

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

background-color css

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

 a { background-color: rgb(187,159,63); }

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

border-color css

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

 span { border-color: rgb(187,159,63); }

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