Html Css Color HEX #BFB433 Old Gold

📋 copy color: '#BFB433'

red 191 ◦ green 180 ◦ blue 51

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

Shades of Old Gold #BFB433

Tints of Old Gold #BFB433

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 45.26%
G = 42.65%
B = 12.09%

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

#BFB433 (or 0xBFB433) is known color: Old Gold. HEX triplet: BF, B4 and 33. RGB value is (191,180,51). Sum of RGB (Red+Green+Blue) = 191+180+51=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB433 is #404BCC. Grayscale: #A9A9A9. Windows color (decimal): -4213709 or 3388607. OLE color: 3388607.

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

Color convert

RGB 191 180 51 -
CMYK 0 0.06 0.73 0.25
HSL 55.29º 0.58% 0.47% -
HSV(B) 55.29º 0.73% 0.75% -
XYZ 38.4 43.96 9.59 -
YUV 168.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 191 180 51 0 0.06 0.73 0.25 55.29 0.58 0.47
Hex BF B4 33 0 6 49 19 37 3A 2F
Octal 277 264 63 0 6 111 31 67 72 57
Binary 10111111 10110100 110011 0 110 1001001 11001 110111 111010 101111

Color Harmonies of #BFB433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB433

Black with #BFB433

Text Example


Text Example

White with #BFB433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB433; }

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

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

background-color css

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

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

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

border-color css

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

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

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