Html Css Color HEX #BFB743 Old Gold

📋 copy color: '#BFB743'

red 191 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #BFB743

Tints of Old Gold #BFB743

RGB

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

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

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

R = 43.31%
G = 41.5%
B = 15.19%

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

#BFB743 (or 0xBFB743) is known color: Old Gold. HEX triplet: BF, B7 and 43. RGB value is (191,183,67). Sum of RGB (Red+Green+Blue) = 191+183+67=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB743 is #4048BC. Grayscale: #ACACAC. Windows color (decimal): -4212925 or 4437951. OLE color: 4437951.

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

Color convert

RGB 191 183 67 -
CMYK 0 0.04 0.65 0.25
HSL 56.13º 0.49% 0.51% -
HSV(B) 56.13º 0.65% 0.75% -
XYZ 39.43 45.35 11.99 -
YUV 172.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 191 183 67 0 0.04 0.65 0.25 56.13 0.49 0.51
Hex BF B7 43 0 4 41 19 38 31 33
Octal 277 267 103 0 4 101 31 70 61 63
Binary 10111111 10110111 1000011 0 100 1000001 11001 111000 110001 110011

Color Harmonies of #BFB743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB743

Black with #BFB743

Text Example


Text Example

White with #BFB743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB743; }

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

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

background-color css

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

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

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

border-color css

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

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

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