Html Css Color HEX #B69015 Buddha Gold

📋 copy color: '#B69015'

red 182 ◦ green 144 ◦ blue 21

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

Shades of Buddha Gold #B69015

Tints of Buddha Gold #B69015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 52.45%
G = 41.5%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B69015 (or 0xB69015) is known color: Buddha Gold. HEX triplet: B6, 90 and 15. RGB value is (182,144,21). Sum of RGB (Red+Green+Blue) = 182+144+21=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B69015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69015 is #496FEA. Grayscale: #8D8D8D. Windows color (decimal): -4812779 or 1413302. OLE color: 1413302.

HSL color Cylindrical-coordinate representation of color #B69015: hue angle of 45.84º 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 #B69015 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 144 21 -
CMYK 0 0.21 0.88 0.29
HSL 45.84º 0.79% 0.4% -
HSV(B) 45.84º 0.88% 0.71% -
XYZ 29.4 29.95 4.94 -
YUV 141.34 60.09 157 -
System Red Green Blue C M Y K H S L
Decimal 182 144 21 0 0.21 0.88 0.29 45.84 0.79 0.4
Hex B6 90 15 0 15 58 1D 2E 4F 28
Octal 266 220 25 0 25 130 35 56 117 50
Binary 10110110 10010000 10101 0 10101 1011000 11101 101110 1001111 101000

Color Harmonies of #B69015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69015

Black with #B69015

Text Example


Text Example

White with #B69015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69015; }

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

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

background-color css

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

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

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

border-color css

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

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

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