Html Css Color HEX #BCB734 Old Gold

📋 copy color: '#BCB734'

red 188 ◦ green 183 ◦ blue 52

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

Shades of Old Gold #BCB734

Tints of Old Gold #BCB734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.29%

R = 44.44%
G = 43.26%
B = 12.29%

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

#BCB734 (or 0xBCB734) is known color: Old Gold. HEX triplet: BC, B7 and 34. RGB value is (188,183,52). Sum of RGB (Red+Green+Blue) = 188+183+52=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB734 is #4348CB. Grayscale: #AAAAAA. Windows color (decimal): -4409548 or 3454908. OLE color: 3454908.

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

Color convert

RGB 188 183 52 -
CMYK 0 0.03 0.72 0.26
HSL 57.79º 0.57% 0.47% -
HSV(B) 57.79º 0.72% 0.74% -
XYZ 38.29 44.81 9.88 -
YUV 169.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 188 183 52 0 0.03 0.72 0.26 57.79 0.57 0.47
Hex BC B7 34 0 3 48 1A 3A 39 2F
Octal 274 267 64 0 3 110 32 72 71 57
Binary 10111100 10110111 110100 0 11 1001000 11010 111010 111001 101111

Color Harmonies of #BCB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB734

Black with #BCB734

Text Example


Text Example

White with #BCB734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB734; }

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

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

background-color css

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

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

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

border-color css

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

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

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