Html Css Color HEX #BFAB43 Brass

📋 copy color: '#BFAB43'

red 191 ◦ green 171 ◦ blue 67

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

Shades of Brass #BFAB43

Tints of Brass #BFAB43

RGB

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

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

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

R = 44.52%
G = 39.86%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFAB43 (or 0xBFAB43) is known color: Brass. HEX triplet: BF, AB and 43. RGB value is (191,171,67). Sum of RGB (Red+Green+Blue) = 191+171+67=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB43 is #4054BC. Grayscale: #A5A5A5. Windows color (decimal): -4215997 or 4434879. OLE color: 4434879.

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

Color convert

RGB 191 171 67 -
CMYK 0 0.10 0.65 0.25
HSL 50.32º 0.49% 0.51% -
HSV(B) 50.32º 0.65% 0.75% -
XYZ 37.06 40.61 11.19 -
YUV 165.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 191 171 67 0 0.10 0.65 0.25 50.32 0.49 0.51
Hex BF AB 43 0 A 41 19 32 31 33
Octal 277 253 103 0 12 101 31 62 61 63
Binary 10111111 10101011 1000011 0 1010 1000001 11001 110010 110001 110011

Color Harmonies of #BFAB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB43

Black with #BFAB43

Text Example


Text Example

White with #BFAB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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