Html Css Color HEX #BBA23B Brass

📋 copy color: '#BBA23B'

red 187 ◦ green 162 ◦ blue 59

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

Shades of Brass #BBA23B

Tints of Brass #BBA23B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

 BLUE value IS 59 (23.44% from 255) = 14.46%

R = 45.83%
G = 39.71%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BBA23B (or 0xBBA23B) is known color: Brass. HEX triplet: BB, A2 and 3B. RGB value is (187,162,59). Sum of RGB (Red+Green+Blue) = 187+162+59=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA23B is #445DC4. Grayscale: #9E9E9E. Windows color (decimal): -4480453 or 3908283. OLE color: 3908283.

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

Color convert

RGB 187 162 59 -
CMYK 0 0.13 0.68 0.27
HSL 48.28º 0.52% 0.48% -
HSV(B) 48.28º 0.68% 0.73% -
XYZ 34.2 36.72 9.42 -
YUV 157.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 187 162 59 0 0.13 0.68 0.27 48.28 0.52 0.48
Hex BB A2 3B 0 D 44 1B 30 34 30
Octal 273 242 73 0 15 104 33 60 64 60
Binary 10111011 10100010 111011 0 1101 1000100 11011 110000 110100 110000

Color Harmonies of #BBA23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA23B

Black with #BBA23B

Text Example


Text Example

White with #BBA23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA23B; }

 p { color: rgb(187,162,59); }

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

background-color css

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

 a { background-color: rgb(187,162,59); }

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

border-color css

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

 span { border-color: rgb(187,162,59); }

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