Html Css Color HEX #BCA233 Sahara

📋 copy color: '#BCA233'

red 188 ◦ green 162 ◦ blue 51

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

Shades of Sahara #BCA233

Tints of Sahara #BCA233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.72%

R = 46.88%
G = 40.4%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCA233 (or 0xBCA233) is known color: Sahara. HEX triplet: BC, A2 and 33. RGB value is (188,162,51). Sum of RGB (Red+Green+Blue) = 188+162+51=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA233 is #435DCC. Grayscale: #9D9D9D. Windows color (decimal): -4414925 or 3383996. OLE color: 3383996.

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

Color convert

RGB 188 162 51 -
CMYK 0 0.14 0.73 0.26
HSL 48.61º 0.57% 0.47% -
HSV(B) 48.61º 0.73% 0.74% -
XYZ 34.26 36.77 8.42 -
YUV 157.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 188 162 51 0 0.14 0.73 0.26 48.61 0.57 0.47
Hex BC A2 33 0 E 49 1A 31 39 2F
Octal 274 242 63 0 16 111 32 61 71 57
Binary 10111100 10100010 110011 0 1110 1001001 11010 110001 111001 101111

Color Harmonies of #BCA233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA233

Black with #BCA233

Text Example


Text Example

White with #BCA233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA233; }

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

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

background-color css

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

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

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

border-color css

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

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

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