Html Css Color HEX #BFB639 Old Gold

📋 copy color: '#BFB639'

red 191 ◦ green 182 ◦ blue 57

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

Shades of Old Gold #BFB639

Tints of Old Gold #BFB639

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.33%

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

R = 44.42%
G = 42.33%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BFB639 (or 0xBFB639) is known color: Old Gold. HEX triplet: BF, B6 and 39. RGB value is (191,182,57). Sum of RGB (Red+Green+Blue) = 191+182+57=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB639 is #4049C6. Grayscale: #AAAAAA. Windows color (decimal): -4213191 or 3782335. OLE color: 3782335.

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

Color convert

RGB 191 182 57 -
CMYK 0 0.05 0.70 0.25
HSL 55.97º 0.54% 0.49% -
HSV(B) 55.97º 0.7% 0.75% -
XYZ 38.95 44.83 10.47 -
YUV 170.44 63.98 142.66 -
System Red Green Blue C M Y K H S L
Decimal 191 182 57 0 0.05 0.70 0.25 55.97 0.54 0.49
Hex BF B6 39 0 5 46 19 38 36 31
Octal 277 266 71 0 5 106 31 70 66 61
Binary 10111111 10110110 111001 0 101 1000110 11001 111000 110110 110001

Color Harmonies of #BFB639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB639

Black with #BFB639

Text Example


Text Example

White with #BFB639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB639; }

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

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

background-color css

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

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

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

border-color css

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

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

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