Html Css Color HEX #BCB835 Old Gold

📋 copy color: '#BCB835'

red 188 ◦ green 184 ◦ blue 53

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

Shades of Old Gold #BCB835

Tints of Old Gold #BCB835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.47%

R = 44.24%
G = 43.29%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCB835 (or 0xBCB835) is known color: Old Gold. HEX triplet: BC, B8 and 35. RGB value is (188,184,53). Sum of RGB (Red+Green+Blue) = 188+184+53=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB835 is #4347CA. Grayscale: #AAAAAA. Windows color (decimal): -4409291 or 3520700. OLE color: 3520700.

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

Color convert

RGB 188 184 53 -
CMYK 0 0.02 0.72 0.26
HSL 58.22º 0.56% 0.47% -
HSV(B) 58.22º 0.72% 0.74% -
XYZ 38.52 45.23 10.07 -
YUV 170.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 188 184 53 0 0.02 0.72 0.26 58.22 0.56 0.47
Hex BC B8 35 0 2 48 1A 3A 38 2F
Octal 274 270 65 0 2 110 32 72 70 57
Binary 10111100 10111000 110101 0 10 1001000 11010 111010 111000 101111

Color Harmonies of #BCB835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB835

Black with #BCB835

Text Example


Text Example

White with #BCB835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB835; }

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

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

background-color css

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

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

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

border-color css

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

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

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