Html Css Color HEX #BF9C29 Sahara

📋 copy color: '#BF9C29'

red 191 ◦ green 156 ◦ blue 41

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

Shades of Sahara #BF9C29

Tints of Sahara #BF9C29

RGB

 RED value IS 191 (75% from 255) = 49.23%

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

 BLUE value IS 41 (16.41% from 255) = 10.57%

R = 49.23%
G = 40.21%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF9C29 (or 0xBF9C29) is known color: Sahara. HEX triplet: BF, 9C and 29. RGB value is (191,156,41). Sum of RGB (Red+Green+Blue) = 191+156+41=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C29 is #4063D6. Grayscale: #999999. Windows color (decimal): -4219863 or 2727103. OLE color: 2727103.

HSL color Cylindrical-coordinate representation of color #BF9C29: hue angle of 46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF9C29 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 156 41 -
CMYK 0 0.18 0.79 0.25
HSL 46º 0.65% 0.45% -
HSV(B) 46º 0.79% 0.75% -
XYZ 33.77 35.01 7.08 -
YUV 153.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 191 156 41 0 0.18 0.79 0.25 46 0.65 0.45
Hex BF 9C 29 0 12 4F 19 2E 41 2D
Octal 277 234 51 0 22 117 31 56 101 55
Binary 10111111 10011100 101001 0 10010 1001111 11001 101110 1000001 101101

Color Harmonies of #BF9C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C29

Black with #BF9C29

Text Example


Text Example

White with #BF9C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C29; }

 p { color: rgb(191,156,41); }

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

background-color css

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

 a { background-color: rgb(191,156,41); }

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

border-color css

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

 span { border-color: rgb(191,156,41); }

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