Html Css Color HEX #BFB333 Old Gold

📋 copy color: '#BFB333'

red 191 ◦ green 179 ◦ blue 51

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

Shades of Old Gold #BFB333

Tints of Old Gold #BFB333

RGB

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

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

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

R = 45.37%
G = 42.52%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFB333 (or 0xBFB333) is known color: Old Gold. HEX triplet: BF, B3 and 33. RGB value is (191,179,51). Sum of RGB (Red+Green+Blue) = 191+179+51=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB333 is #404CCC. Grayscale: #A8A8A8. Windows color (decimal): -4213965 or 3388351. OLE color: 3388351.

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

Color convert

RGB 191 179 51 -
CMYK 0 0.06 0.73 0.25
HSL 54.86º 0.58% 0.47% -
HSV(B) 54.86º 0.73% 0.75% -
XYZ 38.2 43.56 9.53 -
YUV 168 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 191 179 51 0 0.06 0.73 0.25 54.86 0.58 0.47
Hex BF B3 33 0 6 49 19 37 3A 2F
Octal 277 263 63 0 6 111 31 67 72 57
Binary 10111111 10110011 110011 0 110 1001001 11001 110111 111010 101111

Color Harmonies of #BFB333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB333

Black with #BFB333

Text Example


Text Example

White with #BFB333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB333; }

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

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

background-color css

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

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

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

border-color css

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

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

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