Html Css Color HEX #B69313 Buddha Gold

📋 copy color: '#B69313'

red 182 ◦ green 147 ◦ blue 19

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

Shades of Buddha Gold #B69313

Tints of Buddha Gold #B69313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 52.3%
G = 42.24%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B69313 (or 0xB69313) is known color: Buddha Gold. HEX triplet: B6, 93 and 13. RGB value is (182,147,19). Sum of RGB (Red+Green+Blue) = 182+147+19=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B69313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69313 is #496CEC. Grayscale: #8F8F8F. Windows color (decimal): -4812013 or 1282998. OLE color: 1282998.

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

Color convert

RGB 182 147 19 -
CMYK 0 0.19 0.90 0.29
HSL 47.12º 0.81% 0.39% -
HSV(B) 47.12º 0.9% 0.71% -
XYZ 29.84 30.86 5 -
YUV 142.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 182 147 19 0 0.19 0.90 0.29 47.12 0.81 0.39
Hex B6 93 13 0 13 5A 1D 2F 51 27
Octal 266 223 23 0 23 132 35 57 121 47
Binary 10110110 10010011 10011 0 10011 1011010 11101 101111 1010001 100111

Color Harmonies of #B69313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69313

Black with #B69313

Text Example


Text Example

White with #B69313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69313; }

 p { color: rgb(182,147,19); }

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

background-color css

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

 a { background-color: rgb(182,147,19); }

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

border-color css

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

 span { border-color: rgb(182,147,19); }

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