Html Css Color HEX #BFBD32 Old Gold

📋 copy color: '#BFBD32'

red 191 ◦ green 189 ◦ blue 50

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

Shades of Old Gold #BFBD32

Tints of Old Gold #BFBD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.95%

 BLUE value IS 50 (19.92% from 255) = 11.63%

R = 44.42%
G = 43.95%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFBD32 (or 0xBFBD32) is known color: Old Gold. HEX triplet: BF, BD and 32. RGB value is (191,189,50). Sum of RGB (Red+Green+Blue) = 191+189+50=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD32 is #4042CD. Grayscale: #AEAEAE. Windows color (decimal): -4211406 or 3325375. OLE color: 3325375.

HSL color Cylindrical-coordinate representation of color #BFBD32: hue angle of 59.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFBD32 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 189 50 -
CMYK 0 0.01 0.74 0.25
HSL 59.15º 0.59% 0.47% -
HSV(B) 59.15º 0.74% 0.75% -
XYZ 40.26 47.7 10.1 -
YUV 173.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 191 189 50 0 0.01 0.74 0.25 59.15 0.59 0.47
Hex BF BD 32 0 1 4A 19 3B 3B 2F
Octal 277 275 62 0 1 112 31 73 73 57
Binary 10111111 10111101 110010 0 1 1001010 11001 111011 111011 101111

Color Harmonies of #BFBD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD32

Black with #BFBD32

Text Example


Text Example

White with #BFBD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD32; }

 p { color: rgb(191,189,50); }

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

background-color css

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

 a { background-color: rgb(191,189,50); }

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

border-color css

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

 span { border-color: rgb(191,189,50); }

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