Html Css Color HEX #BFB538 Old Gold

📋 copy color: '#BFB538'

red 191 ◦ green 181 ◦ blue 56

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

Shades of Old Gold #BFB538

Tints of Old Gold #BFB538

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.29%

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 44.63%
G = 42.29%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFB538 (or 0xBFB538) is known color: Old Gold. HEX triplet: BF, B5 and 38. RGB value is (191,181,56). Sum of RGB (Red+Green+Blue) = 191+181+56=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB538 is #404AC7. Grayscale: #AAAAAA. Windows color (decimal): -4213448 or 3716543. OLE color: 3716543.

HSL color Cylindrical-coordinate representation of color #BFB538: hue angle of 55.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFB538 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 56 -
CMYK 0 0.05 0.71 0.25
HSL 55.56º 0.55% 0.48% -
HSV(B) 55.56º 0.71% 0.75% -
XYZ 38.72 44.41 10.27 -
YUV 169.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 191 181 56 0 0.05 0.71 0.25 55.56 0.55 0.48
Hex BF B5 38 0 5 47 19 38 37 30
Octal 277 265 70 0 5 107 31 70 67 60
Binary 10111111 10110101 111000 0 101 1000111 11001 111000 110111 110000

Color Harmonies of #BFB538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB538

Black with #BFB538

Text Example


Text Example

White with #BFB538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB538; }

 p { color: rgb(191,181,56); }

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

background-color css

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

 a { background-color: rgb(191,181,56); }

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

border-color css

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

 span { border-color: rgb(191,181,56); }

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