Html Css Color HEX #BFB43E Old Gold

📋 copy color: '#BFB43E'

red 191 ◦ green 180 ◦ blue 62

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

Shades of Old Gold #BFB43E

Tints of Old Gold #BFB43E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 62 (24.61% from 255) = 14.32%

R = 44.11%
G = 41.57%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BFB43E (or 0xBFB43E) is known color: Old Gold. HEX triplet: BF, B4 and 3E. RGB value is (191,180,62). Sum of RGB (Red+Green+Blue) = 191+180+62=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB43E is #404BC1. Grayscale: #AAAAAA. Windows color (decimal): -4213698 or 4109503. OLE color: 4109503.

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

Color convert

RGB 191 180 62 -
CMYK 0 0.06 0.68 0.25
HSL 54.88º 0.51% 0.5% -
HSV(B) 54.88º 0.68% 0.75% -
XYZ 38.68 44.07 11.02 -
YUV 169.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 191 180 62 0 0.06 0.68 0.25 54.88 0.51 0.5
Hex BF B4 3E 0 6 44 19 37 33 32
Octal 277 264 76 0 6 104 31 67 63 62
Binary 10111111 10110100 111110 0 110 1000100 11001 110111 110011 110010

Color Harmonies of #BFB43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB43E

Black with #BFB43E

Text Example


Text Example

White with #BFB43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB43E; }

 p { color: rgb(191,180,62); }

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

background-color css

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

 a { background-color: rgb(191,180,62); }

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

border-color css

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

 span { border-color: rgb(191,180,62); }

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