Html Css Color HEX #BFB234 Old Gold

📋 copy color: '#BFB234'

red 191 ◦ green 178 ◦ blue 52

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

Shades of Old Gold #BFB234

Tints of Old Gold #BFB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.28%

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

R = 45.37%
G = 42.28%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFB234 (or 0xBFB234) is known color: Old Gold. HEX triplet: BF, B2 and 34. RGB value is (191,178,52). Sum of RGB (Red+Green+Blue) = 191+178+52=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB234 is #404DCB. Grayscale: #A8A8A8. Windows color (decimal): -4214220 or 3453631. OLE color: 3453631.

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

Color convert

RGB 191 178 52 -
CMYK 0 0.07 0.73 0.25
HSL 54.39º 0.57% 0.48% -
HSV(B) 54.39º 0.73% 0.75% -
XYZ 38.03 43.17 9.58 -
YUV 167.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 191 178 52 0 0.07 0.73 0.25 54.39 0.57 0.48
Hex BF B2 34 0 7 49 19 36 39 30
Octal 277 262 64 0 7 111 31 66 71 60
Binary 10111111 10110010 110100 0 111 1001001 11001 110110 111001 110000

Color Harmonies of #BFB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB234

Black with #BFB234

Text Example


Text Example

White with #BFB234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB234; }

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

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

background-color css

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

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

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

border-color css

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

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

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