Html Css Color HEX #B6B23D Brass

📋 copy color: '#B6B23D'

red 182 ◦ green 178 ◦ blue 61

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

Shades of Brass #B6B23D

Tints of Brass #B6B23D

RGB

 RED value IS 182 (71.48% from 255) = 43.23%

 GREEN value IS 178 (69.92% from 255) = 42.28%

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

R = 43.23%
G = 42.28%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6B23D (or 0xB6B23D) is known color: Brass. HEX triplet: B6, B2 and 3D. RGB value is (182,178,61). Sum of RGB (Red+Green+Blue) = 182+178+61=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B23D is #494DC2. Grayscale: #A6A6A6. Windows color (decimal): -4804035 or 4043446. OLE color: 4043446.

HSL color Cylindrical-coordinate representation of color #B6B23D: hue angle of 58.02º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6B23D is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 178 61 -
CMYK 0 0.02 0.66 0.29
HSL 58.02º 0.5% 0.48% -
HSV(B) 58.02º 0.66% 0.71% -
XYZ 36.05 42.12 10.65 -
YUV 165.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 182 178 61 0 0.02 0.66 0.29 58.02 0.5 0.48
Hex B6 B2 3D 0 2 42 1D 3A 32 30
Octal 266 262 75 0 2 102 35 72 62 60
Binary 10110110 10110010 111101 0 10 1000010 11101 111010 110010 110000

Color Harmonies of #B6B23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B23D

Black with #B6B23D

Text Example


Text Example

White with #B6B23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B23D; }

 p { color: rgb(182,178,61); }

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

background-color css

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

 a { background-color: rgb(182,178,61); }

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

border-color css

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

 span { border-color: rgb(182,178,61); }

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