Html Css Color HEX #BFB843 Old Gold

📋 copy color: '#BFB843'

red 191 ◦ green 184 ◦ blue 67

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

Shades of Old Gold #BFB843

Tints of Old Gold #BFB843

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.63%

 BLUE value IS 67 (26.56% from 255) = 15.16%

R = 43.21%
G = 41.63%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFB843 (or 0xBFB843) is known color: Old Gold. HEX triplet: BF, B8 and 43. RGB value is (191,184,67). Sum of RGB (Red+Green+Blue) = 191+184+67=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB843 is #4047BC. Grayscale: #ADADAD. Windows color (decimal): -4212669 or 4438207. OLE color: 4438207.

HSL color Cylindrical-coordinate representation of color #BFB843: hue angle of 56.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFB843 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 67 -
CMYK 0 0.04 0.65 0.25
HSL 56.61º 0.49% 0.51% -
HSV(B) 56.61º 0.65% 0.75% -
XYZ 39.64 45.76 12.05 -
YUV 172.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 191 184 67 0 0.04 0.65 0.25 56.61 0.49 0.51
Hex BF B8 43 0 4 41 19 39 31 33
Octal 277 270 103 0 4 101 31 71 61 63
Binary 10111111 10111000 1000011 0 100 1000001 11001 111001 110001 110011

Color Harmonies of #BFB843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB843

Black with #BFB843

Text Example


Text Example

White with #BFB843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB843; }

 p { color: rgb(191,184,67); }

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

background-color css

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

 a { background-color: rgb(191,184,67); }

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

border-color css

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

 span { border-color: rgb(191,184,67); }

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