Html Css Color HEX #BFAB34 Brass

📋 copy color: '#BFAB34'

red 191 ◦ green 171 ◦ blue 52

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

Shades of Brass #BFAB34

Tints of Brass #BFAB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

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

R = 46.14%
G = 41.3%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BFAB34 (or 0xBFAB34) is known color: Brass. HEX triplet: BF, AB and 34. RGB value is (191,171,52). Sum of RGB (Red+Green+Blue) = 191+171+52=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB34 is #4054CB. Grayscale: #A3A3A3. Windows color (decimal): -4216012 or 3451839. OLE color: 3451839.

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

Color convert

RGB 191 171 52 -
CMYK 0 0.10 0.73 0.25
HSL 51.37º 0.57% 0.48% -
HSV(B) 51.37º 0.73% 0.75% -
XYZ 36.67 40.45 9.12 -
YUV 163.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 191 171 52 0 0.10 0.73 0.25 51.37 0.57 0.48
Hex BF AB 34 0 A 49 19 33 39 30
Octal 277 253 64 0 12 111 31 63 71 60
Binary 10111111 10101011 110100 0 1010 1001001 11001 110011 111001 110000

Color Harmonies of #BFAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB34

Black with #BFAB34

Text Example


Text Example

White with #BFAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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