Html Css Color HEX #BBB83A Brass

📋 copy color: '#BBB83A'

red 187 ◦ green 184 ◦ blue 58

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

Shades of Brass #BBB83A

Tints of Brass #BBB83A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.89%

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

R = 43.59%
G = 42.89%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BBB83A (or 0xBBB83A) is known color: Brass. HEX triplet: BB, B8 and 3A. RGB value is (187,184,58). Sum of RGB (Red+Green+Blue) = 187+184+58=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB83A is #4447C5. Grayscale: #ABABAB. Windows color (decimal): -4474822 or 3848379. OLE color: 3848379.

HSL color Cylindrical-coordinate representation of color #BBB83A: hue angle of 58.6º 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 #BBB83A is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 184 58 -
CMYK 0 0.02 0.69 0.27
HSL 58.6º 0.53% 0.48% -
HSV(B) 58.6º 0.69% 0.73% -
XYZ 38.4 45.15 10.69 -
YUV 170.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 187 184 58 0 0.02 0.69 0.27 58.6 0.53 0.48
Hex BB B8 3A 0 2 45 1B 3B 35 30
Octal 273 270 72 0 2 105 33 73 65 60
Binary 10111011 10111000 111010 0 10 1000101 11011 111011 110101 110000

Color Harmonies of #BBB83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB83A

Black with #BBB83A

Text Example


Text Example

White with #BBB83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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