Html Css Color HEX #B09C2D Sahara

📋 copy color: '#B09C2D'

red 176 ◦ green 156 ◦ blue 45

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

Shades of Sahara #B09C2D

Tints of Sahara #B09C2D

RGB

 RED value IS 176 (69.14% from 255) = 46.68%

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

 BLUE value IS 45 (17.97% from 255) = 11.94%

R = 46.68%
G = 41.38%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B09C2D (or 0xB09C2D) is known color: Sahara. HEX triplet: B0, 9C and 2D. RGB value is (176,156,45). Sum of RGB (Red+Green+Blue) = 176+156+45=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C2D is #4F63D2. Grayscale: #959595. Windows color (decimal): -5202899 or 2989232. OLE color: 2989232.

HSL color Cylindrical-coordinate representation of color #B09C2D: hue angle of 50.84º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B09C2D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 45 -
CMYK 0 0.11 0.74 0.31
HSL 50.84º 0.59% 0.43% -
HSV(B) 50.84º 0.74% 0.69% -
XYZ 30.27 33.2 7.29 -
YUV 149.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 176 156 45 0 0.11 0.74 0.31 50.84 0.59 0.43
Hex B0 9C 2D 0 B 4A 1F 33 3B 2B
Octal 260 234 55 0 13 112 37 63 73 53
Binary 10110000 10011100 101101 0 1011 1001010 11111 110011 111011 101011

Color Harmonies of #B09C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C2D

Black with #B09C2D

Text Example


Text Example

White with #B09C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C2D; }

 p { color: rgb(176,156,45); }

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

background-color css

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

 a { background-color: rgb(176,156,45); }

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

border-color css

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

 span { border-color: rgb(176,156,45); }

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