Html Css Color HEX #BFB732 Old Gold

📋 copy color: '#BFB732'

red 191 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #BFB732

Tints of Old Gold #BFB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

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

R = 45.05%
G = 43.16%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFB732 (or 0xBFB732) is known color: Old Gold. HEX triplet: BF, B7 and 32. RGB value is (191,183,50). Sum of RGB (Red+Green+Blue) = 191+183+50=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB732 is #4048CD. Grayscale: #AAAAAA. Windows color (decimal): -4212942 or 3323839. OLE color: 3323839.

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

Color convert

RGB 191 183 50 -
CMYK 0 0.04 0.74 0.25
HSL 56.6º 0.59% 0.47% -
HSV(B) 56.6º 0.74% 0.75% -
XYZ 39 45.17 9.68 -
YUV 170.23 60.15 142.81 -
System Red Green Blue C M Y K H S L
Decimal 191 183 50 0 0.04 0.74 0.25 56.6 0.59 0.47
Hex BF B7 32 0 4 4A 19 39 3B 2F
Octal 277 267 62 0 4 112 31 71 73 57
Binary 10111111 10110111 110010 0 100 1001010 11001 111001 111011 101111

Color Harmonies of #BFB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB732

Black with #BFB732

Text Example


Text Example

White with #BFB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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