Html Css Color HEX #B6A00B Buddha Gold

📋 copy color: '#B6A00B'

red 182 ◦ green 160 ◦ blue 11

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

Shades of Buddha Gold #B6A00B

Tints of Buddha Gold #B6A00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.33%

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 51.56%
G = 45.33%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B6A00B (or 0xB6A00B) is known color: Buddha Gold. HEX triplet: B6, A0 and 0B. RGB value is (182,160,11). Sum of RGB (Red+Green+Blue) = 182+160+11=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A00B is #495FF4. Grayscale: #969696. Windows color (decimal): -4808693 or 762038. OLE color: 762038.

HSL color Cylindrical-coordinate representation of color #B6A00B: hue angle of 52.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6A00B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 160 11 -
CMYK 0 0.12 0.94 0.29
HSL 52.28º 0.89% 0.38% -
HSV(B) 52.28º 0.94% 0.71% -
XYZ 31.92 35.11 5.41 -
YUV 149.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 182 160 11 0 0.12 0.94 0.29 52.28 0.89 0.38
Hex B6 A0 B 0 C 5E 1D 34 59 26
Octal 266 240 13 0 14 136 35 64 131 46
Binary 10110110 10100000 1011 0 1100 1011110 11101 110100 1011001 100110

Color Harmonies of #B6A00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A00B

Black with #B6A00B

Text Example


Text Example

White with #B6A00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A00B; }

 p { color: rgb(182,160,11); }

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

background-color css

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

 a { background-color: rgb(182,160,11); }

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

border-color css

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

 span { border-color: rgb(182,160,11); }

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