Html Css Color HEX #BCB832 Old Gold

📋 copy color: '#BCB832'

red 188 ◦ green 184 ◦ blue 50

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

Shades of Old Gold #BCB832

Tints of Old Gold #BCB832

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.6%

 BLUE value IS 50 (19.92% from 255) = 11.85%

R = 44.55%
G = 43.6%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB832 (or 0xBCB832) is known color: Old Gold. HEX triplet: BC, B8 and 32. RGB value is (188,184,50). Sum of RGB (Red+Green+Blue) = 188+184+50=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB832 is #4347CD. Grayscale: #AAAAAA. Windows color (decimal): -4409294 or 3324092. OLE color: 3324092.

HSL color Cylindrical-coordinate representation of color #BCB832: hue angle of 58.26º degrees, saturation: 0.58, 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 #BCB832 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 50 -
CMYK 0 0.02 0.73 0.26
HSL 58.26º 0.58% 0.47% -
HSV(B) 58.26º 0.73% 0.74% -
XYZ 38.46 45.2 9.72 -
YUV 169.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 188 184 50 0 0.02 0.73 0.26 58.26 0.58 0.47
Hex BC B8 32 0 2 49 1A 3A 3A 2F
Octal 274 270 62 0 2 111 32 72 72 57
Binary 10111100 10111000 110010 0 10 1001001 11010 111010 111010 101111

Color Harmonies of #BCB832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB832

Black with #BCB832

Text Example


Text Example

White with #BCB832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB832; }

 p { color: rgb(188,184,50); }

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

background-color css

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

 a { background-color: rgb(188,184,50); }

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

border-color css

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

 span { border-color: rgb(188,184,50); }

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