Html Css Color HEX #BBAF3A Brass

📋 copy color: '#BBAF3A'

red 187 ◦ green 175 ◦ blue 58

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

Shades of Brass #BBAF3A

Tints of Brass #BBAF3A

RGB

 RED value IS 187 (73.44% from 255) = 44.52%

 GREEN value IS 175 (68.75% from 255) = 41.67%

 BLUE value IS 58 (23.05% from 255) = 13.81%

R = 44.52%
G = 41.67%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BBAF3A (or 0xBBAF3A) is known color: Brass. HEX triplet: BB, AF and 3A. RGB value is (187,175,58). Sum of RGB (Red+Green+Blue) = 187+175+58=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF3A is #4450C5. Grayscale: #A5A5A5. Windows color (decimal): -4477126 or 3846075. OLE color: 3846075.

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

Color convert

RGB 187 175 58 -
CMYK 0 0.06 0.69 0.27
HSL 54.42º 0.53% 0.48% -
HSV(B) 54.42º 0.69% 0.73% -
XYZ 36.59 41.53 10.09 -
YUV 165.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 187 175 58 0 0.06 0.69 0.27 54.42 0.53 0.48
Hex BB AF 3A 0 6 45 1B 36 35 30
Octal 273 257 72 0 6 105 33 66 65 60
Binary 10111011 10101111 111010 0 110 1000101 11011 110110 110101 110000

Color Harmonies of #BBAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF3A

Black with #BBAF3A

Text Example


Text Example

White with #BBAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF3A; }

 p { color: rgb(187,175,58); }

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

background-color css

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

 a { background-color: rgb(187,175,58); }

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

border-color css

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

 span { border-color: rgb(187,175,58); }

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