Html Css Color HEX #BCB735 Old Gold

📋 copy color: '#BCB735'

red 188 ◦ green 183 ◦ blue 53

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

Shades of Old Gold #BCB735

Tints of Old Gold #BCB735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

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

R = 44.34%
G = 43.16%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCB735 (or 0xBCB735) is known color: Old Gold. HEX triplet: BC, B7 and 35. RGB value is (188,183,53). Sum of RGB (Red+Green+Blue) = 188+183+53=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB735 is #4348CA. Grayscale: #AAAAAA. Windows color (decimal): -4409547 or 3520444. OLE color: 3520444.

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

Color convert

RGB 188 183 53 -
CMYK 0 0.03 0.72 0.26
HSL 57.78º 0.56% 0.47% -
HSV(B) 57.78º 0.72% 0.74% -
XYZ 38.32 44.82 10 -
YUV 169.68 62.16 141.07 -
System Red Green Blue C M Y K H S L
Decimal 188 183 53 0 0.03 0.72 0.26 57.78 0.56 0.47
Hex BC B7 35 0 3 48 1A 3A 38 2F
Octal 274 267 65 0 3 110 32 72 70 57
Binary 10111100 10110111 110101 0 11 1001000 11010 111010 111000 101111

Color Harmonies of #BCB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB735

Black with #BCB735

Text Example


Text Example

White with #BCB735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB735; }

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

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

background-color css

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

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

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

border-color css

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

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

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