Html Css Color HEX #BFB437 Old Gold

📋 copy color: '#BFB437'

red 191 ◦ green 180 ◦ blue 55

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

Shades of Old Gold #BFB437

Tints of Old Gold #BFB437

RGB

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

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

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

R = 44.84%
G = 42.25%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFB437 (or 0xBFB437) is known color: Old Gold. HEX triplet: BF, B4 and 37. RGB value is (191,180,55). Sum of RGB (Red+Green+Blue) = 191+180+55=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB437 is #404BC8. Grayscale: #A9A9A9. Windows color (decimal): -4213705 or 3650751. OLE color: 3650751.

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

Color convert

RGB 191 180 55 -
CMYK 0 0.06 0.71 0.25
HSL 55.15º 0.55% 0.48% -
HSV(B) 55.15º 0.71% 0.75% -
XYZ 38.5 43.99 10.08 -
YUV 169.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 191 180 55 0 0.06 0.71 0.25 55.15 0.55 0.48
Hex BF B4 37 0 6 47 19 37 37 30
Octal 277 264 67 0 6 107 31 67 67 60
Binary 10111111 10110100 110111 0 110 1000111 11001 110111 110111 110000

Color Harmonies of #BFB437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB437

Black with #BFB437

Text Example


Text Example

White with #BFB437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB437; }

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

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

background-color css

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

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

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

border-color css

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

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

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