Html Css Color HEX #BCA330 Sahara

📋 copy color: '#BCA330'

red 188 ◦ green 163 ◦ blue 48

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

Shades of Sahara #BCA330

Tints of Sahara #BCA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

 BLUE value IS 48 (19.14% from 255) = 12.03%

R = 47.12%
G = 40.85%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BCA330 (or 0xBCA330) is known color: Sahara. HEX triplet: BC, A3 and 30. RGB value is (188,163,48). Sum of RGB (Red+Green+Blue) = 188+163+48=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA330 is #435CCF. Grayscale: #9D9D9D. Windows color (decimal): -4414672 or 3187644. OLE color: 3187644.

HSL color Cylindrical-coordinate representation of color #BCA330: hue angle of 49.29º 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 #BCA330 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 48 -
CMYK 0 0.13 0.74 0.26
HSL 49.29º 0.59% 0.46% -
HSV(B) 49.29º 0.74% 0.74% -
XYZ 34.37 37.1 8.15 -
YUV 157.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 188 163 48 0 0.13 0.74 0.26 49.29 0.59 0.46
Hex BC A3 30 0 D 4A 1A 31 3B 2E
Octal 274 243 60 0 15 112 32 61 73 56
Binary 10111100 10100011 110000 0 1101 1001010 11010 110001 111011 101110

Color Harmonies of #BCA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA330

Black with #BCA330

Text Example


Text Example

White with #BCA330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA330; }

 p { color: rgb(188,163,48); }

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

background-color css

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

 a { background-color: rgb(188,163,48); }

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

border-color css

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

 span { border-color: rgb(188,163,48); }

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