Html Css Color HEX #BFB138 Old Gold

📋 copy color: '#BFB138'

red 191 ◦ green 177 ◦ blue 56

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

Shades of Old Gold #BFB138

Tints of Old Gold #BFB138

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

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

R = 45.05%
G = 41.75%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BFB138 (or 0xBFB138) is known color: Old Gold. HEX triplet: BF, B1 and 38. RGB value is (191,177,56). Sum of RGB (Red+Green+Blue) = 191+177+56=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 56 (22.27% from 255 or 13.21% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB138 is #404EC7. Grayscale: #A7A7A7. Windows color (decimal): -4214472 or 3715519. OLE color: 3715519.

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

Color convert

RGB 191 177 56 -
CMYK 0 0.07 0.71 0.25
HSL 53.78º 0.55% 0.48% -
HSV(B) 53.78º 0.71% 0.75% -
XYZ 37.92 42.81 10.01 -
YUV 167.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 191 177 56 0 0.07 0.71 0.25 53.78 0.55 0.48
Hex BF B1 38 0 7 47 19 36 37 30
Octal 277 261 70 0 7 107 31 66 67 60
Binary 10111111 10110001 111000 0 111 1000111 11001 110110 110111 110000

Color Harmonies of #BFB138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB138

Black with #BFB138

Text Example


Text Example

White with #BFB138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB138; }

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

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

background-color css

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

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

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

border-color css

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

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

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