Html Css Color HEX #B69315 Buddha Gold

📋 copy color: '#B69315'

red 182 ◦ green 147 ◦ blue 21

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

Shades of Buddha Gold #B69315

Tints of Buddha Gold #B69315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6%

R = 52%
G = 42%
B = 6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B69315 (or 0xB69315) is known color: Buddha Gold. HEX triplet: B6, 93 and 15. RGB value is (182,147,21). Sum of RGB (Red+Green+Blue) = 182+147+21=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B69315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69315 is #496CEA. Grayscale: #8F8F8F. Windows color (decimal): -4812011 or 1414070. OLE color: 1414070.

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

Color convert

RGB 182 147 21 -
CMYK 0 0.19 0.88 0.29
HSL 46.96º 0.79% 0.4% -
HSV(B) 46.96º 0.88% 0.71% -
XYZ 29.86 30.87 5.09 -
YUV 143.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 182 147 21 0 0.19 0.88 0.29 46.96 0.79 0.4
Hex B6 93 15 0 13 58 1D 2F 4F 28
Octal 266 223 25 0 23 130 35 57 117 50
Binary 10110110 10010011 10101 0 10011 1011000 11101 101111 1001111 101000

Color Harmonies of #B69315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69315

Black with #B69315

Text Example


Text Example

White with #B69315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69315; }

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

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

background-color css

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

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

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

border-color css

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

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

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