Html Css Color HEX #BFB332 Old Gold

📋 copy color: '#BFB332'

red 191 ◦ green 179 ◦ blue 50

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

Shades of Old Gold #BFB332

Tints of Old Gold #BFB332

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

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

R = 45.48%
G = 42.62%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFB332 (or 0xBFB332) is known color: Old Gold. HEX triplet: BF, B3 and 32. RGB value is (191,179,50). Sum of RGB (Red+Green+Blue) = 191+179+50=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB332 is #404CCD. Grayscale: #A8A8A8. Windows color (decimal): -4213966 or 3322815. OLE color: 3322815.

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

Color convert

RGB 191 179 50 -
CMYK 0 0.06 0.74 0.25
HSL 54.89º 0.59% 0.47% -
HSV(B) 54.89º 0.74% 0.75% -
XYZ 38.18 43.55 9.41 -
YUV 167.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 191 179 50 0 0.06 0.74 0.25 54.89 0.59 0.47
Hex BF B3 32 0 6 4A 19 37 3B 2F
Octal 277 263 62 0 6 112 31 67 73 57
Binary 10111111 10110011 110010 0 110 1001010 11001 110111 111011 101111

Color Harmonies of #BFB332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB332

Black with #BFB332

Text Example


Text Example

White with #BFB332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB332; }

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

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

background-color css

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

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

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

border-color css

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

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

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