Html Css Color HEX #BFB334 Old Gold

📋 copy color: '#BFB334'

red 191 ◦ green 179 ◦ blue 52

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

Shades of Old Gold #BFB334

Tints of Old Gold #BFB334

RGB

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

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

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

R = 45.26%
G = 42.42%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFB334 (or 0xBFB334) is known color: Old Gold. HEX triplet: BF, B3 and 34. RGB value is (191,179,52). Sum of RGB (Red+Green+Blue) = 191+179+52=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB334 is #404CCB. Grayscale: #A8A8A8. Windows color (decimal): -4213964 or 3453887. OLE color: 3453887.

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

Color convert

RGB 191 179 52 -
CMYK 0 0.06 0.73 0.25
HSL 54.82º 0.57% 0.48% -
HSV(B) 54.82º 0.73% 0.75% -
XYZ 38.23 43.56 9.64 -
YUV 168.11 62.48 144.33 -
System Red Green Blue C M Y K H S L
Decimal 191 179 52 0 0.06 0.73 0.25 54.82 0.57 0.48
Hex BF B3 34 0 6 49 19 37 39 30
Octal 277 263 64 0 6 111 31 67 71 60
Binary 10111111 10110011 110100 0 110 1001001 11001 110111 111001 110000

Color Harmonies of #BFB334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB334

Black with #BFB334

Text Example


Text Example

White with #BFB334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB334; }

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

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

background-color css

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

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

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

border-color css

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

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

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