Html Css Color HEX #BCA231 Sahara

📋 copy color: '#BCA231'

red 188 ◦ green 162 ◦ blue 49

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

Shades of Sahara #BCA231

Tints of Sahara #BCA231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 47.12%
G = 40.6%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCA231 (or 0xBCA231) is known color: Sahara. HEX triplet: BC, A2 and 31. RGB value is (188,162,49). Sum of RGB (Red+Green+Blue) = 188+162+49=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA231 is #435DCE. Grayscale: #9D9D9D. Windows color (decimal): -4414927 or 3252924. OLE color: 3252924.

HSL color Cylindrical-coordinate representation of color #BCA231: hue angle of 48.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCA231 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 162 49 -
CMYK 0 0.14 0.74 0.26
HSL 48.78º 0.59% 0.46% -
HSV(B) 48.78º 0.74% 0.74% -
XYZ 34.21 36.75 8.2 -
YUV 156.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 188 162 49 0 0.14 0.74 0.26 48.78 0.59 0.46
Hex BC A2 31 0 E 4A 1A 31 3B 2E
Octal 274 242 61 0 16 112 32 61 73 56
Binary 10111100 10100010 110001 0 1110 1001010 11010 110001 111011 101110

Color Harmonies of #BCA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA231

Black with #BCA231

Text Example


Text Example

White with #BCA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA231; }

 p { color: rgb(188,162,49); }

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

background-color css

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

 a { background-color: rgb(188,162,49); }

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

border-color css

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

 span { border-color: rgb(188,162,49); }

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