Html Css Color HEX #B68F17 Buddha Gold

📋 copy color: '#B68F17'

red 182 ◦ green 143 ◦ blue 23

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

Shades of Buddha Gold #B68F17

Tints of Buddha Gold #B68F17

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.09%

 BLUE value IS 23 (9.38% from 255) = 6.61%

R = 52.3%
G = 41.09%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B68F17 (or 0xB68F17) is known color: Buddha Gold. HEX triplet: B6, 8F and 17. RGB value is (182,143,23). Sum of RGB (Red+Green+Blue) = 182+143+23=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68F17 is #4970E8. Grayscale: #8D8D8D. Windows color (decimal): -4813033 or 1544118. OLE color: 1544118.

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

Color convert

RGB 182 143 23 -
CMYK 0 0.21 0.87 0.29
HSL 45.28º 0.78% 0.4% -
HSV(B) 45.28º 0.87% 0.71% -
XYZ 29.27 29.65 4.99 -
YUV 140.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 182 143 23 0 0.21 0.87 0.29 45.28 0.78 0.4
Hex B6 8F 17 0 15 57 1D 2D 4E 28
Octal 266 217 27 0 25 127 35 55 116 50
Binary 10110110 10001111 10111 0 10101 1010111 11101 101101 1001110 101000

Color Harmonies of #B68F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F17

Black with #B68F17

Text Example


Text Example

White with #B68F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F17; }

 p { color: rgb(182,143,23); }

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

background-color css

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

 a { background-color: rgb(182,143,23); }

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

border-color css

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

 span { border-color: rgb(182,143,23); }

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