Html Css Color HEX #BFB935 Old Gold

📋 copy color: '#BFB935'

red 191 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #BFB935

Tints of Old Gold #BFB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 44.52%
G = 43.12%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFB935 (or 0xBFB935) is known color: Old Gold. HEX triplet: BF, B9 and 35. RGB value is (191,185,53). Sum of RGB (Red+Green+Blue) = 191+185+53=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB935 is #4046CA. Grayscale: #ACACAC. Windows color (decimal): -4212427 or 3520959. OLE color: 3520959.

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

Color convert

RGB 191 185 53 -
CMYK 0 0.03 0.72 0.25
HSL 57.39º 0.57% 0.48% -
HSV(B) 57.39º 0.72% 0.75% -
XYZ 39.48 46.03 10.17 -
YUV 171.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 191 185 53 0 0.03 0.72 0.25 57.39 0.57 0.48
Hex BF B9 35 0 3 48 19 39 39 30
Octal 277 271 65 0 3 110 31 71 71 60
Binary 10111111 10111001 110101 0 11 1001000 11001 111001 111001 110000

Color Harmonies of #BFB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB935

Black with #BFB935

Text Example


Text Example

White with #BFB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB935; }

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

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

background-color css

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

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

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

border-color css

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

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

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