Html Css Color HEX #BFB339 Old Gold

📋 copy color: '#BFB339'

red 191 ◦ green 179 ◦ blue 57

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

Shades of Old Gold #BFB339

Tints of Old Gold #BFB339

RGB

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

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

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

R = 44.73%
G = 41.92%
B = 13.35%

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

#BFB339 (or 0xBFB339) is known color: Old Gold. HEX triplet: BF, B3 and 39. RGB value is (191,179,57). Sum of RGB (Red+Green+Blue) = 191+179+57=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB339 is #404CC6. Grayscale: #A9A9A9. Windows color (decimal): -4213959 or 3781567. OLE color: 3781567.

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

Color convert

RGB 191 179 57 -
CMYK 0 0.06 0.70 0.25
HSL 54.63º 0.54% 0.49% -
HSV(B) 54.63º 0.7% 0.75% -
XYZ 38.34 43.61 10.27 -
YUV 168.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 191 179 57 0 0.06 0.70 0.25 54.63 0.54 0.49
Hex BF B3 39 0 6 46 19 37 36 31
Octal 277 263 71 0 6 106 31 67 66 61
Binary 10111111 10110011 111001 0 110 1000110 11001 110111 110110 110001

Color Harmonies of #BFB339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB339

Black with #BFB339

Text Example


Text Example

White with #BFB339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB339; }

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

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

background-color css

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

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

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

border-color css

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

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

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