Html Css Color HEX #BFA027 Sahara

📋 copy color: '#BFA027'

red 191 ◦ green 160 ◦ blue 39

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

Shades of Sahara #BFA027

Tints of Sahara #BFA027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.03%

 BLUE value IS 39 (15.63% from 255) = 10%

R = 48.97%
G = 41.03%
B = 10%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BFA027 (or 0xBFA027) is known color: Sahara. HEX triplet: BF, A0 and 27. RGB value is (191,160,39). Sum of RGB (Red+Green+Blue) = 191+160+39=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA027 is #405FD8. Grayscale: #9B9B9B. Windows color (decimal): -4218841 or 2597055. OLE color: 2597055.

HSL color Cylindrical-coordinate representation of color #BFA027: hue angle of 47.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFA027 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 160 39 -
CMYK 0 0.16 0.80 0.25
HSL 47.76º 0.66% 0.45% -
HSV(B) 47.76º 0.8% 0.75% -
XYZ 34.42 36.36 7.12 -
YUV 155.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 191 160 39 0 0.16 0.80 0.25 47.76 0.66 0.45
Hex BF A0 27 0 10 50 19 30 42 2D
Octal 277 240 47 0 20 120 31 60 102 55
Binary 10111111 10100000 100111 0 10000 1010000 11001 110000 1000010 101101

Color Harmonies of #BFA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA027

Black with #BFA027

Text Example


Text Example

White with #BFA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA027; }

 p { color: rgb(191,160,39); }

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

background-color css

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

 a { background-color: rgb(191,160,39); }

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

border-color css

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

 span { border-color: rgb(191,160,39); }

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