Html Css Color HEX #BFB232 Old Gold

📋 copy color: '#BFB232'

red 191 ◦ green 178 ◦ blue 50

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

Shades of Old Gold #BFB232

Tints of Old Gold #BFB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.48%

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

R = 45.58%
G = 42.48%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFB232 (or 0xBFB232) is known color: Old Gold. HEX triplet: BF, B2 and 32. RGB value is (191,178,50). Sum of RGB (Red+Green+Blue) = 191+178+50=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB232 is #404DCD. Grayscale: #A7A7A7. Windows color (decimal): -4214222 or 3322559. OLE color: 3322559.

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

Color convert

RGB 191 178 50 -
CMYK 0 0.07 0.74 0.25
HSL 54.47º 0.59% 0.47% -
HSV(B) 54.47º 0.74% 0.75% -
XYZ 37.98 43.15 9.34 -
YUV 167.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 191 178 50 0 0.07 0.74 0.25 54.47 0.59 0.47
Hex BF B2 32 0 7 4A 19 36 3B 2F
Octal 277 262 62 0 7 112 31 66 73 57
Binary 10111111 10110010 110010 0 111 1001010 11001 110110 111011 101111

Color Harmonies of #BFB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB232

Black with #BFB232

Text Example


Text Example

White with #BFB232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB232; }

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

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

background-color css

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

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

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

border-color css

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

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

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