Html Css Color HEX #CFBA25 Barberry

📋 copy color: '#CFBA25'

red 207 ◦ green 186 ◦ blue 37

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

Shades of Barberry #CFBA25

Tints of Barberry #CFBA25

RGB

 RED value IS 207 (81.25% from 255) = 48.14%

 GREEN value IS 186 (73.05% from 255) = 43.26%

 BLUE value IS 37 (14.84% from 255) = 8.6%

R = 48.14%
G = 43.26%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFBA25 (or 0xCFBA25) is known color: Barberry. HEX triplet: CF, BA and 25. RGB value is (207,186,37). Sum of RGB (Red+Green+Blue) = 207+186+37=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA25 is #3045DA. Grayscale: #AFAFAF. Windows color (decimal): -3163611 or 2472655. OLE color: 2472655.

HSL color Cylindrical-coordinate representation of color #CFBA25: hue angle of 52.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFBA25 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 186 37 -
CMYK 0 0.10 0.82 0.19
HSL 52.59º 0.7% 0.48% -
HSV(B) 52.59º 0.82% 0.81% -
XYZ 43.62 48.52 8.82 -
YUV 175.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 207 186 37 0 0.10 0.82 0.19 52.59 0.7 0.48
Hex CF BA 25 0 A 52 13 35 46 30
Octal 317 272 45 0 12 122 23 65 106 60
Binary 11001111 10111010 100101 0 1010 1010010 10011 110101 1000110 110000

Color Harmonies of #CFBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA25

Black with #CFBA25

Text Example


Text Example

White with #CFBA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA25; }

 p { color: rgb(207,186,37); }

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

background-color css

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

 a { background-color: rgb(207,186,37); }

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

border-color css

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

 span { border-color: rgb(207,186,37); }

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