Html Css Color HEX #B69411 Buddha Gold

📋 copy color: '#B69411'

red 182 ◦ green 148 ◦ blue 17

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

Shades of Buddha Gold #B69411

Tints of Buddha Gold #B69411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.65%

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 52.45%
G = 42.65%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B69411 (or 0xB69411) is known color: Buddha Gold. HEX triplet: B6, 94 and 11. RGB value is (182,148,17). Sum of RGB (Red+Green+Blue) = 182+148+17=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B69411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69411 is #496BEE. Grayscale: #8F8F8F. Windows color (decimal): -4811759 or 1152182. OLE color: 1152182.

HSL color Cylindrical-coordinate representation of color #B69411: hue angle of 47.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B69411 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 148 17 -
CMYK 0 0.19 0.91 0.29
HSL 47.64º 0.83% 0.39% -
HSV(B) 47.64º 0.91% 0.71% -
XYZ 29.98 31.17 4.97 -
YUV 143.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 182 148 17 0 0.19 0.91 0.29 47.64 0.83 0.39
Hex B6 94 11 0 13 5B 1D 30 53 27
Octal 266 224 21 0 23 133 35 60 123 47
Binary 10110110 10010100 10001 0 10011 1011011 11101 110000 1010011 100111

Color Harmonies of #B69411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69411

Black with #B69411

Text Example


Text Example

White with #B69411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69411; }

 p { color: rgb(182,148,17); }

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

background-color css

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

 a { background-color: rgb(182,148,17); }

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

border-color css

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

 span { border-color: rgb(182,148,17); }

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