Html Css Color HEX #B7A70B Buddha Gold

📋 copy color: '#B7A70B'

red 183 ◦ green 167 ◦ blue 11

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

Shades of Buddha Gold #B7A70B

Tints of Buddha Gold #B7A70B

RGB

 RED value IS 183 (71.88% from 255) = 50.69%

 GREEN value IS 167 (65.63% from 255) = 46.26%

 BLUE value IS 11 (4.69% from 255) = 3.05%

R = 50.69%
G = 46.26%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7A70B (or 0xB7A70B) is known color: Buddha Gold. HEX triplet: B7, A7 and 0B. RGB value is (183,167,11). Sum of RGB (Red+Green+Blue) = 183+167+11=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A70B is #4858F4. Grayscale: #9A9A9A. Windows color (decimal): -4741365 or 763831. OLE color: 763831.

HSL color Cylindrical-coordinate representation of color #B7A70B: hue angle of 54.42º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7A70B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 167 11 -
CMYK 0 0.09 0.94 0.28
HSL 54.42º 0.89% 0.38% -
HSV(B) 54.42º 0.94% 0.72% -
XYZ 33.41 37.73 5.84 -
YUV 154 47.3 148.68 -
System Red Green Blue C M Y K H S L
Decimal 183 167 11 0 0.09 0.94 0.28 54.42 0.89 0.38
Hex B7 A7 B 0 9 5E 1C 36 59 26
Octal 267 247 13 0 11 136 34 66 131 46
Binary 10110111 10100111 1011 0 1001 1011110 11100 110110 1011001 100110

Color Harmonies of #B7A70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A70B

Black with #B7A70B

Text Example


Text Example

White with #B7A70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A70B; }

 p { color: rgb(183,167,11); }

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

background-color css

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

 a { background-color: rgb(183,167,11); }

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

border-color css

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

 span { border-color: rgb(183,167,11); }

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