Html Css Color HEX #BFB335 Old Gold

📋 copy color: '#BFB335'

red 191 ◦ green 179 ◦ blue 53

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

Shades of Old Gold #BFB335

Tints of Old Gold #BFB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

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

R = 45.15%
G = 42.32%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFB335 (or 0xBFB335) is known color: Old Gold. HEX triplet: BF, B3 and 35. RGB value is (191,179,53). Sum of RGB (Red+Green+Blue) = 191+179+53=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB335 is #404CCA. Grayscale: #A8A8A8. Windows color (decimal): -4213963 or 3519423. OLE color: 3519423.

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

Color convert

RGB 191 179 53 -
CMYK 0 0.06 0.72 0.25
HSL 54.78º 0.57% 0.48% -
HSV(B) 54.78º 0.72% 0.75% -
XYZ 38.25 43.57 9.76 -
YUV 168.22 62.98 144.25 -
System Red Green Blue C M Y K H S L
Decimal 191 179 53 0 0.06 0.72 0.25 54.78 0.57 0.48
Hex BF B3 35 0 6 48 19 37 39 30
Octal 277 263 65 0 6 110 31 67 71 60
Binary 10111111 10110011 110101 0 110 1001000 11001 110111 111001 110000

Color Harmonies of #BFB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB335

Black with #BFB335

Text Example


Text Example

White with #BFB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB335; }

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

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

background-color css

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

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

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

border-color css

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

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

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