Html Css Color HEX #B69A0D Buddha Gold

📋 copy color: '#B69A0D'

red 182 ◦ green 154 ◦ blue 13

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

Shades of Buddha Gold #B69A0D

Tints of Buddha Gold #B69A0D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.13%

 BLUE value IS 13 (5.47% from 255) = 3.72%

R = 52.15%
G = 44.13%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B69A0D (or 0xB69A0D) is known color: Buddha Gold. HEX triplet: B6, 9A and 0D. RGB value is (182,154,13). Sum of RGB (Red+Green+Blue) = 182+154+13=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69A0D is #4965F2. Grayscale: #929292. Windows color (decimal): -4810227 or 891574. OLE color: 891574.

HSL color Cylindrical-coordinate representation of color #B69A0D: hue angle of 50.06º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B69A0D is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 154 13 -
CMYK 0 0.15 0.93 0.29
HSL 50.06º 0.87% 0.38% -
HSV(B) 50.06º 0.93% 0.71% -
XYZ 30.92 33.09 5.14 -
YUV 146.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 182 154 13 0 0.15 0.93 0.29 50.06 0.87 0.38
Hex B6 9A D 0 F 5D 1D 32 57 26
Octal 266 232 15 0 17 135 35 62 127 46
Binary 10110110 10011010 1101 0 1111 1011101 11101 110010 1010111 100110

Color Harmonies of #B69A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69A0D

Black with #B69A0D

Text Example


Text Example

White with #B69A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69A0D; }

 p { color: rgb(182,154,13); }

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

background-color css

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

 a { background-color: rgb(182,154,13); }

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

border-color css

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

 span { border-color: rgb(182,154,13); }

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