Html Css Color HEX #BFB436 Old Gold

📋 copy color: '#BFB436'

red 191 ◦ green 180 ◦ blue 54

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

Shades of Old Gold #BFB436

Tints of Old Gold #BFB436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.71%

R = 44.94%
G = 42.35%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFB436 (or 0xBFB436) is known color: Old Gold. HEX triplet: BF, B4 and 36. RGB value is (191,180,54). Sum of RGB (Red+Green+Blue) = 191+180+54=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB436 is #404BC9. Grayscale: #A9A9A9. Windows color (decimal): -4213706 or 3585215. OLE color: 3585215.

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

Color convert

RGB 191 180 54 -
CMYK 0 0.06 0.72 0.25
HSL 55.18º 0.56% 0.48% -
HSV(B) 55.18º 0.72% 0.75% -
XYZ 38.47 43.99 9.95 -
YUV 168.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 191 180 54 0 0.06 0.72 0.25 55.18 0.56 0.48
Hex BF B4 36 0 6 48 19 37 38 30
Octal 277 264 66 0 6 110 31 67 70 60
Binary 10111111 10110100 110110 0 110 1001000 11001 110111 111000 110000

Color Harmonies of #BFB436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB436

Black with #BFB436

Text Example


Text Example

White with #BFB436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB436; }

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

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

background-color css

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

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

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

border-color css

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

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

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