Html Css Color HEX #BFB737 Old Gold

📋 copy color: '#BFB737'

red 191 ◦ green 183 ◦ blue 55

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

Shades of Old Gold #BFB737

Tints of Old Gold #BFB737

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 55 (21.88% from 255) = 12.82%

R = 44.52%
G = 42.66%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFB737 (or 0xBFB737) is known color: Old Gold. HEX triplet: BF, B7 and 37. RGB value is (191,183,55). Sum of RGB (Red+Green+Blue) = 191+183+55=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 55 (21.88% from 255 or 12.82% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB737 is #4048C8. Grayscale: #ABABAB. Windows color (decimal): -4212937 or 3651519. OLE color: 3651519.

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

Color convert

RGB 191 183 55 -
CMYK 0 0.04 0.71 0.25
HSL 56.47º 0.55% 0.48% -
HSV(B) 56.47º 0.71% 0.75% -
XYZ 39.11 45.22 10.28 -
YUV 170.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 191 183 55 0 0.04 0.71 0.25 56.47 0.55 0.48
Hex BF B7 37 0 4 47 19 38 37 30
Octal 277 267 67 0 4 107 31 70 67 60
Binary 10111111 10110111 110111 0 100 1000111 11001 111000 110111 110000

Color Harmonies of #BFB737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB737

Black with #BFB737

Text Example


Text Example

White with #BFB737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB737; }

 p { color: rgb(191,183,55); }

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

background-color css

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

 a { background-color: rgb(191,183,55); }

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

border-color css

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

 span { border-color: rgb(191,183,55); }

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