Html Css Color HEX #BFBC33 Old Gold

📋 copy color: '#BFBC33'

red 191 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #BFBC33

Tints of Old Gold #BFBC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 51 (20.31% from 255) = 11.86%

R = 44.42%
G = 43.72%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFBC33 (or 0xBFBC33) is known color: Old Gold. HEX triplet: BF, BC and 33. RGB value is (191,188,51). Sum of RGB (Red+Green+Blue) = 191+188+51=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC33 is #4043CC. Grayscale: #ADADAD. Windows color (decimal): -4211661 or 3390655. OLE color: 3390655.

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

Color convert

RGB 191 188 51 -
CMYK 0 0.02 0.73 0.25
HSL 58.71º 0.58% 0.47% -
HSV(B) 58.71º 0.73% 0.75% -
XYZ 40.07 47.28 10.15 -
YUV 173.28 58.99 140.64 -
System Red Green Blue C M Y K H S L
Decimal 191 188 51 0 0.02 0.73 0.25 58.71 0.58 0.47
Hex BF BC 33 0 2 49 19 3B 3A 2F
Octal 277 274 63 0 2 111 31 73 72 57
Binary 10111111 10111100 110011 0 10 1001001 11001 111011 111010 101111

Color Harmonies of #BFBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC33

Black with #BFBC33

Text Example


Text Example

White with #BFBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC33; }

 p { color: rgb(191,188,51); }

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

background-color css

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

 a { background-color: rgb(191,188,51); }

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

border-color css

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

 span { border-color: rgb(191,188,51); }

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