Html Css Color HEX #BFB439 Old Gold

📋 copy color: '#BFB439'

red 191 ◦ green 180 ◦ blue 57

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

Shades of Old Gold #BFB439

Tints of Old Gold #BFB439

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.06%

 BLUE value IS 57 (22.66% from 255) = 13.32%

R = 44.63%
G = 42.06%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BFB439 (or 0xBFB439) is known color: Old Gold. HEX triplet: BF, B4 and 39. RGB value is (191,180,57). Sum of RGB (Red+Green+Blue) = 191+180+57=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB439 is #404BC6. Grayscale: #A9A9A9. Windows color (decimal): -4213703 or 3781823. OLE color: 3781823.

HSL color Cylindrical-coordinate representation of color #BFB439: hue angle of 55.07º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFB439 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 180 57 -
CMYK 0 0.06 0.70 0.25
HSL 55.07º 0.54% 0.49% -
HSV(B) 55.07º 0.7% 0.75% -
XYZ 38.55 44.01 10.33 -
YUV 169.27 64.64 143.5 -
System Red Green Blue C M Y K H S L
Decimal 191 180 57 0 0.06 0.70 0.25 55.07 0.54 0.49
Hex BF B4 39 0 6 46 19 37 36 31
Octal 277 264 71 0 6 106 31 67 66 61
Binary 10111111 10110100 111001 0 110 1000110 11001 110111 110110 110001

Color Harmonies of #BFB439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB439

Black with #BFB439

Text Example


Text Example

White with #BFB439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB439; }

 p { color: rgb(191,180,57); }

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

background-color css

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

 a { background-color: rgb(191,180,57); }

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

border-color css

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

 span { border-color: rgb(191,180,57); }

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