Html Css Color HEX #BFB434 Old Gold

📋 copy color: '#BFB434'

red 191 ◦ green 180 ◦ blue 52

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

Shades of Old Gold #BFB434

Tints of Old Gold #BFB434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.29%

R = 45.15%
G = 42.55%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFB434 (or 0xBFB434) is known color: Old Gold. HEX triplet: BF, B4 and 34. RGB value is (191,180,52). Sum of RGB (Red+Green+Blue) = 191+180+52=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB434 is #404BCB. Grayscale: #A9A9A9. Windows color (decimal): -4213708 or 3454143. OLE color: 3454143.

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

Color convert

RGB 191 180 52 -
CMYK 0 0.06 0.73 0.25
HSL 55.25º 0.57% 0.48% -
HSV(B) 55.25º 0.73% 0.75% -
XYZ 38.43 43.97 9.71 -
YUV 168.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 191 180 52 0 0.06 0.73 0.25 55.25 0.57 0.48
Hex BF B4 34 0 6 49 19 37 39 30
Octal 277 264 64 0 6 111 31 67 71 60
Binary 10111111 10110100 110100 0 110 1001001 11001 110111 111001 110000

Color Harmonies of #BFB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB434

Black with #BFB434

Text Example


Text Example

White with #BFB434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB434; }

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

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

background-color css

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

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

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

border-color css

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

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

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