Html Css Color HEX #B0B13D Brass

📋 copy color: '#B0B13D'

red 176 ◦ green 177 ◦ blue 61

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

Shades of Brass #B0B13D

Tints of Brass #B0B13D

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

 GREEN value IS 177 (69.53% from 255) = 42.75%

 BLUE value IS 61 (24.22% from 255) = 14.73%

R = 42.51%
G = 42.75%
B = 14.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0B13D (or 0xB0B13D) is known color: Brass. HEX triplet: B0, B1 and 3D. RGB value is (176,177,61). Sum of RGB (Red+Green+Blue) = 176+177+61=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B13D is #4F4EC2. Grayscale: #A3A3A3. Windows color (decimal): -5197507 or 4043184. OLE color: 4043184.

HSL color Cylindrical-coordinate representation of color #B0B13D: hue angle of 60.52º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0B13D is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 177 61 -
CMYK 0.01 0 0.66 0.31
HSL 60.52º 0.49% 0.47% -
HSV(B) 60.52º 0.66% 0.69% -
XYZ 34.47 41.01 10.51 -
YUV 163.48 70.17 136.93 -
System Red Green Blue C M Y K H S L
Decimal 176 177 61 0.01 0 0.66 0.31 60.52 0.49 0.47
Hex B0 B1 3D 1 0 42 1F 3D 31 2F
Octal 260 261 75 1 0 102 37 75 61 57
Binary 10110000 10110001 111101 1 0 1000010 11111 111101 110001 101111

Color Harmonies of #B0B13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B13D

Black with #B0B13D

Text Example


Text Example

White with #B0B13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B13D; }

 p { color: rgb(176,177,61); }

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

background-color css

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

 a { background-color: rgb(176,177,61); }

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

border-color css

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

 span { border-color: rgb(176,177,61); }

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