Html Css Color HEX #BB992B Sahara

📋 copy color: '#BB992B'

red 187 ◦ green 153 ◦ blue 43

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

Shades of Sahara #BB992B

Tints of Sahara #BB992B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

 BLUE value IS 43 (17.19% from 255) = 11.23%

R = 48.83%
G = 39.95%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB992B (or 0xBB992B) is known color: Sahara. HEX triplet: BB, 99 and 2B. RGB value is (187,153,43). Sum of RGB (Red+Green+Blue) = 187+153+43=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB992B is #4466D4. Grayscale: #979797. Windows color (decimal): -4482773 or 2857403. OLE color: 2857403.

HSL color Cylindrical-coordinate representation of color #BB992B: hue angle of 45.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB992B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 43 -
CMYK 0 0.18 0.77 0.27
HSL 45.83º 0.63% 0.45% -
HSV(B) 45.83º 0.77% 0.73% -
XYZ 32.32 33.52 7.05 -
YUV 150.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 187 153 43 0 0.18 0.77 0.27 45.83 0.63 0.45
Hex BB 99 2B 0 12 4D 1B 2E 3F 2D
Octal 273 231 53 0 22 115 33 56 77 55
Binary 10111011 10011001 101011 0 10010 1001101 11011 101110 111111 101101

Color Harmonies of #BB992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB992B

Black with #BB992B

Text Example


Text Example

White with #BB992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB992B; }

 p { color: rgb(187,153,43); }

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

background-color css

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

 a { background-color: rgb(187,153,43); }

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

border-color css

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

 span { border-color: rgb(187,153,43); }

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