Html Css Color HEX #BFB532 Old Gold

📋 copy color: '#BFB532'

red 191 ◦ green 181 ◦ blue 50

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

Shades of Old Gold #BFB532

Tints of Old Gold #BFB532

RGB

 RED value IS 191 (75% from 255) = 45.26%

 GREEN value IS 181 (71.09% from 255) = 42.89%

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

R = 45.26%
G = 42.89%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFB532 (or 0xBFB532) is known color: Old Gold. HEX triplet: BF, B5 and 32. RGB value is (191,181,50). Sum of RGB (Red+Green+Blue) = 191+181+50=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB532 is #404ACD. Grayscale: #A9A9A9. Windows color (decimal): -4213454 or 3323327. OLE color: 3323327.

HSL color Cylindrical-coordinate representation of color #BFB532: hue angle of 55.74º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFB532 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 50 -
CMYK 0 0.05 0.74 0.25
HSL 55.74º 0.59% 0.47% -
HSV(B) 55.74º 0.74% 0.75% -
XYZ 38.59 44.35 9.55 -
YUV 169.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 191 181 50 0 0.05 0.74 0.25 55.74 0.59 0.47
Hex BF B5 32 0 5 4A 19 38 3B 2F
Octal 277 265 62 0 5 112 31 70 73 57
Binary 10111111 10110101 110010 0 101 1001010 11001 111000 111011 101111

Color Harmonies of #BFB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB532

Black with #BFB532

Text Example


Text Example

White with #BFB532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB532; }

 p { color: rgb(191,181,50); }

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

background-color css

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

 a { background-color: rgb(191,181,50); }

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

border-color css

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

 span { border-color: rgb(191,181,50); }

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