Html Css Color HEX #B69613 Buddha Gold

📋 copy color: '#B69613'

red 182 ◦ green 150 ◦ blue 19

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

Shades of Buddha Gold #B69613

Tints of Buddha Gold #B69613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.74%

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

R = 51.85%
G = 42.74%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B69613 (or 0xB69613) is known color: Buddha Gold. HEX triplet: B6, 96 and 13. RGB value is (182,150,19). Sum of RGB (Red+Green+Blue) = 182+150+19=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B69613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69613 is #4969EC. Grayscale: #919191. Windows color (decimal): -4811245 or 1283766. OLE color: 1283766.

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

Color convert

RGB 182 150 19 -
CMYK 0 0.18 0.90 0.29
HSL 48.22º 0.81% 0.39% -
HSV(B) 48.22º 0.9% 0.71% -
XYZ 30.32 31.8 5.16 -
YUV 144.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 182 150 19 0 0.18 0.90 0.29 48.22 0.81 0.39
Hex B6 96 13 0 12 5A 1D 30 51 27
Octal 266 226 23 0 22 132 35 60 121 47
Binary 10110110 10010110 10011 0 10010 1011010 11101 110000 1010001 100111

Color Harmonies of #B69613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69613

Black with #B69613

Text Example


Text Example

White with #B69613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69613; }

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

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

background-color css

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

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

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

border-color css

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

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

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