Html Css Color HEX #BCA034 Sahara

📋 copy color: '#BCA034'

red 188 ◦ green 160 ◦ blue 52

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

Shades of Sahara #BCA034

Tints of Sahara #BCA034

RGB

 RED value IS 188 (73.83% from 255) = 47%

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

 BLUE value IS 52 (20.7% from 255) = 13%

R = 47%
G = 40%
B = 13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCA034 (or 0xBCA034) is known color: Sahara. HEX triplet: BC, A0 and 34. RGB value is (188,160,52). Sum of RGB (Red+Green+Blue) = 188+160+52=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA034 is #435FCB. Grayscale: #9C9C9C. Windows color (decimal): -4415436 or 3449020. OLE color: 3449020.

HSL color Cylindrical-coordinate representation of color #BCA034: hue angle of 47.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCA034 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 52 -
CMYK 0 0.15 0.72 0.26
HSL 47.65º 0.57% 0.47% -
HSV(B) 47.65º 0.72% 0.74% -
XYZ 33.93 36.08 8.42 -
YUV 156.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 188 160 52 0 0.15 0.72 0.26 47.65 0.57 0.47
Hex BC A0 34 0 F 48 1A 30 39 2F
Octal 274 240 64 0 17 110 32 60 71 57
Binary 10111100 10100000 110100 0 1111 1001000 11010 110000 111001 101111

Color Harmonies of #BCA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA034

Black with #BCA034

Text Example


Text Example

White with #BCA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA034; }

 p { color: rgb(188,160,52); }

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

background-color css

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

 a { background-color: rgb(188,160,52); }

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

border-color css

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

 span { border-color: rgb(188,160,52); }

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