Html Css Color HEX #BFB535 Old Gold

📋 copy color: '#BFB535'

red 191 ◦ green 181 ◦ blue 53

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

Shades of Old Gold #BFB535

Tints of Old Gold #BFB535

RGB

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

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

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

R = 44.94%
G = 42.59%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFB535 (or 0xBFB535) is known color: Old Gold. HEX triplet: BF, B5 and 35. RGB value is (191,181,53). Sum of RGB (Red+Green+Blue) = 191+181+53=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB535 is #404ACA. Grayscale: #A9A9A9. Windows color (decimal): -4213451 or 3519935. OLE color: 3519935.

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

Color convert

RGB 191 181 53 -
CMYK 0 0.05 0.72 0.25
HSL 55.65º 0.57% 0.48% -
HSV(B) 55.65º 0.72% 0.75% -
XYZ 38.65 44.38 9.9 -
YUV 169.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 191 181 53 0 0.05 0.72 0.25 55.65 0.57 0.48
Hex BF B5 35 0 5 48 19 38 39 30
Octal 277 265 65 0 5 110 31 70 71 60
Binary 10111111 10110101 110101 0 101 1001000 11001 111000 111001 110000

Color Harmonies of #BFB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB535

Black with #BFB535

Text Example


Text Example

White with #BFB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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